home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMQUERY / TFRMQUERY.txt
Text File  |  2003-07-29  |  3KB  |  126 lines

  1. object FrmQuery: TFrmQuery
  2.   Left = 378
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warning'
  7.   ClientHeight = 149
  8.   ClientWidth = 355
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Lbl1: TLabel
  21.     Left = 60
  22.     Top = 12
  23.     Width = 168
  24.     Height = 17
  25.     Caption = 'Opening infected files can'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = 17
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 22
  35.     Top = 2
  36.     Width = 23
  37.     Height = 79
  38.     Caption = '!'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = 80
  42.     Font.Name = 'Times New Roman'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Label3: TLabel
  48.     Left = 19
  49.     Top = 0
  50.     Width = 23
  51.     Height = 79
  52.     Caption = '!'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clRed
  55.     Font.Height = 80
  56.     Font.Name = 'Times New Roman'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     Transparent = True
  60.   end
  61.   object Lbl2: TLabel
  62.     Left = 60
  63.     Top = 30
  64.     Width = 212
  65.     Height = 17
  66.     Caption = 'introduce a virus to your system!'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = 17
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     ParentFont = False
  73.   end
  74.   object Lbl3: TLabel
  75.     Left = 60
  76.     Top = 54
  77.     Width = 253
  78.     Height = 17
  79.     Caption = 'Are you sure you want to open this file?'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = 17
  83.     Font.Name = 'Arial'
  84.     Font.Style = []
  85.     ParentFont = False
  86.   end
  87.   object BtnYes: TButton
  88.     Left = 8
  89.     Top = 104
  90.     Width = 73
  91.     Height = 33
  92.     Caption = '&Yes'
  93.     Default = True
  94.     ModalResult = 6
  95.     TabOrder = 0
  96.   end
  97.   object BtnNo: TButton
  98.     Left = 88
  99.     Top = 104
  100.     Width = 73
  101.     Height = 33
  102.     Caption = '&No'
  103.     ModalResult = 7
  104.     TabOrder = 1
  105.   end
  106.   object BtnYesToAll: TButton
  107.     Left = 264
  108.     Top = 104
  109.     Width = 84
  110.     Height = 33
  111.     Caption = '&Always Yes'
  112.     ModalResult = 10
  113.     TabOrder = 3
  114.   end
  115.   object BtnNoToAll: TButton
  116.     Left = 172
  117.     Top = 104
  118.     Width = 84
  119.     Height = 33
  120.     Caption = 'N&o to All'
  121.     ModalResult = 9
  122.     TabOrder = 2
  123.     Visible = False
  124.   end
  125. end
  126.